/* normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.ir, .socialmedia-sharing-links ul li a, .slideshow .slideshow-nav a, .areas .area-1,
.areas .area-2,
.areas .area-3 {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.clearfix:before, .header .information-content:before, .main:before, .collapsible-group .non-collapsible:before, .collapsible-group .collapsible:before, .event-list .event:before, .clearfix:after, .header .information-content:after, .main:after, .collapsible-group .non-collapsible:after, .collapsible-group .collapsible:after, .event-list .event:after {
  content: "";
  display: table;
}

.clearfix:after, .header .information-content:after, .main:after, .collapsible-group .non-collapsible:after, .collapsible-group .collapsible:after, .event-list .event:after {
  clear: both;
}

.clearfix, .header .information-content, .main, .collapsible-group .non-collapsible, .collapsible-group .collapsible, .event-list .event {
  *zoom: 1;
}

html {
  height: 100%;
}

body {
  background: #ebebeb url('/web/20190122040214im_/http://www.callofthemall.nl/static/img/bg-body.png?29850b3836e0') fixed no-repeat center top;
}

.container {
  position: relative;
  margin: 0 auto;
  width: 1020px;
}

.layer-fixed, .layer-fixed-bottom {
  position: fixed;
  top: 0;
  width: 100%;
  height: 0;
  overflow: visible;
}
.layer-fixed .container, .layer-fixed-bottom .container {
  height: 0;
}

.layer-fixed-bottom {
  top: auto;
  bottom: 0;
}

.layer-scroll {
  position: relative;
}
.layer-scroll .container {
  padding-bottom: 150px;
}

.layer-1 {
  z-index: 1;
}

.layer-2 {
  z-index: 2;
}

.header {
  position: relative;
  top: 0;
  left: 35px;
  padding-top: 15px;
  width: 220px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 5px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 5px 0;
  box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 5px 0;
}
.header .socialmedia-sharing-links {
  margin: 0 0 0 10px;
}
.header .newsletter-link {
  float: left;
  clear: both;
  margin: 5px 0 0 10px;
  border: none;
  text-decoration: none;
  font-weight: bold;
  color: #000;
}
.header .newsletter-link:hover {
  color: #f285ad;
}
.header .tagline {
  position: absolute;
  overflow: hidden;
  top: 65px;
  left: -4px;
  padding: 4px 0 0 37px;
  width: 302px;
  height: 60px;
  background-color: #f285ad;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 5px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 5px 0;
  box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 5px 0;
}
.header .tagline p {
  margin: 0;
  font-size: 18px;
  line-height: 18px;
  font-family: "utopia-std-caption", "Helvetica", "Arial";
  color: #000;
}
.header .tagline a {
  text-decoration: none;
  border-bottom: none;
}
.header .information-content {
  padding: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 10px 16px -10px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 10px 16px -10px inset;
  box-shadow: rgba(0, 0, 0, 0.5) 0 10px 16px -10px inset;
}
.header .information-content p {
  margin: 0;
}
.header .information-content table {
  float: left;
  margin: 0;
  width: 100px;
}
.header .information-content table tr td {
  border: none;
  padding: 0;
  width: 30px;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
}
.header .information-content table tr td + td {
  width: 70px;
}

.download-map {
  margin: 20px 0 0 35px;
  float: left;
}
.download-map a {
  display: block;
  border: none;
  text-decoration: none;
  padding-top: 105px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
  height: 150px;
  background: url('/web/20190122040214im_/http://www.callofthemall.nl/static/sprites/sprite-s408f68d05e.png?55c5a829d9c8') no-repeat;
  background-position: 20px 0;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 5px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 5px 0;
  box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 5px 0;
  text-align: center;
  font-weight: bold;
  color: #000;
}
.download-map a:hover {
  background-color: #f285ad;
}

.main {
  margin: 170px 0 0 335px;
  width: 500px;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 5px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 5px 0;
  box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 5px 0;
  font-family: "Helvetica";
  font-size: 12px;
  line-height: 14px;
}
.main .main-inner {
  padding: 10px;
}
body.one-col-a1 .main {
  margin-top: 140px;
  margin-left: 275px;
  width: 600px;
}
body.one-col-a2 .main {
  margin-top: 50px;
  margin-left: 380px;
  width: 475px;
}
body.one-col-a2-blue .main {
  background-color: #00aeef;
}
body.one-col-a2-yellow .main {
  background-color: #ffe600;
}
body.one-col-a3 .main {
  margin-top: 0;
  margin-left: 285px;
  width: 650px;
}
body.one-col-a4 .main {
  margin-top: 170px;
  margin-left: 275px;
  width: 500px;
}
body.one-col-a5 .main {
  margin-top: 140px;
  margin-left: 350px;
  width: 500px;
}
body.two-col .main {
  margin: 50px 0 0 265px;
  width: 600px;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body.two-col .main .sidebar-left,
body.two-col .main .main-content {
  float: left;
  padding: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 5px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 5px 0;
  box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 5px 0;
}
body.two-col .main .sidebar-left {
  margin-top: 130px;
  margin-right: 10px;
  width: 220px;
  min-height: 300px;
  background-color: #ffe600;
}
body.two-col .main .main-content {
  margin-top: 0;
  width: 330px;
  min-height: 300px;
  background-color: #fff;
}
body.three-col .main {
  margin: 90px 0 0 270px;
  width: 735px;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body.three-col .main .sidebar-left,
body.three-col .main .main-content,
body.three-col .main .sidebar-right {
  float: left;
  padding: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 5px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 5px 0;
  box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 5px 0;
}
body.three-col .main .sidebar-left {
  margin-top: 50px;
  margin-right: 10px;
  width: 210px;
  min-height: 300px;
  background-color: #ffe600;
}
body.three-col .main .main-content {
  margin-top: 80px;
  margin-right: 25px;
  width: 280px;
  min-height: 300px;
  background-color: #fff;
}
body.three-col .main .sidebar-right {
  margin-top: 0;
  width: 150px;
  min-height: 300px;
  background-color: #00aeef;
}

.languagemenu {
  float: left;
  margin: 5px 0 0 40px;
}
.languagemenu ul {
  margin: 0;
  padding: 0;
}
.languagemenu ul li {
  display: block;
}
.languagemenu ul li a {
  border: none;
  text-decoration: none;
  font-weight: bold;
  color: #000;
}
.languagemenu ul li a:hover {
  color: #f285ad;
}
.languagemenu ul li.current {
  display: none;
}

.mainmenu {
  clear: both;
  margin-top: 130px;
}
.mainmenu ul {
  margin: 0;
  padding: 0;
}
.mainmenu ul li {
  display: block;
}
.mainmenu ul li a {
  display: block;
  border: none;
  text-decoration: none;
  padding: 4px 10px 2px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 10px 16px -10px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 10px 16px -10px inset;
  box-shadow: rgba(0, 0, 0, 0.5) 0 10px 16px -10px inset;
  line-height: 18px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.mainmenu ul li.current a,
.mainmenu ul li a:hover {
  background-color: #f285ad;
  color: #fff;
}
.mainmenu ul li.current ul li a {
  color: #000;
}
.mainmenu ul li ul {
  padding-bottom: 5px;
  background-color: #f285ad;
}
.mainmenu ul li ul li a, .mainmenu ul li ul li:last-child {
  padding-top: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.mainmenu ul li ul li.current a,
.mainmenu ul li ul li a:hover {
  color: #fff;
}

.footer {
  position: absolute;
  bottom: 20px;
  width: 100%;
  height: 50px;
  background-color: #f285ad;
  font-size: 10px;
  line-height: 12px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 6px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 0 6px 1px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 6px 1px;
}
.footer p {
  font-size: 10px;
  line-height: 12px;
}
.footer .twitter-stream {
  float: left;
  width: 500px;
  height: 50px;
}
.footer .twitter-stream .twitter {
  position: absolute;
  left: -45px;
  top: 25px;
  font-weight: bold;
}
.footer .twitter-stream img {
  float: left;
  height: 50px;
  opacity: 0.5;
}
.footer .twitter-stream .tweet {
  width: 475px;
}
.footer .twitter-stream .tweet p {
  padding-left: 60px;
}
.footer .twitter-stream .tweet p.tweet-text {
  font-weight: bold;
  padding-top: 5px;
}
.footer .twitter-stream .tweet p.time-since, .footer .twitter-stream .tweet p.username {
  font-size: 9px;
  margin-top: -15px;
}
.footer .disclaimer {
  float: left;
  margin: 5px 0 5px 570px;
  width: 250px;
  height: 40px;
}
.footer .logos {
  position: relative;
  float: left;
  margin: 5px 0;
  width: 170px;
  height: 40px;
}
.footer .logos .logo {
  position: absolute;
  overflow: hidden;
  width: 170px;
  height: 40px;
  text-align: center;
}
.footer .logos img {
  margin: 0;
}

.collapsible-group .non-collapsible {
  padding: 4px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 10px 16px -10px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 10px 16px -10px inset;
  box-shadow: rgba(0, 0, 0, 0.5) 0 10px 16px -10px inset;
  cursor: pointer;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.collapsible-group .non-collapsible .image {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.collapsible-group .non-collapsible:hover {
  background-color: #f285ad;
}
.collapsible-group .non-collapsible:hover .image {
  opacity: 0.5;
}
.collapsible-group .non-collapsible h2 {
  margin: 0;
  font-weight: bold;
  font-size: 32px;
  line-height: 36px;
}
.collapsible-group .collapsible {
  padding: 10px;
}

.socialmedia-sharing-links ul {
  margin: 0;
  padding: 0;
}
.socialmedia-sharing-links ul li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
}
.socialmedia-sharing-links ul li a {
  display: block;
}
.socialmedia-sharing-links ul li a.facebook {
  background: url('/web/20190122040214im_/http://www.callofthemall.nl/static/sprites/sprite-s408f68d05e.png?55c5a829d9c8') no-repeat;
  background-position: 0 -554px;
  height: 16px;
  width: 16px;
}
.socialmedia-sharing-links ul li a.facebook:hover, .socialmedia-sharing-links ul li a.facebook.share_facebook_hover, .socialmedia-sharing-links ul li a.facebook.share_facebook-hover {
  background-position: 0 -356px;
}
.socialmedia-sharing-links ul li a.twitter {
  background: url('/web/20190122040214im_/http://www.callofthemall.nl/static/sprites/sprite-s408f68d05e.png?55c5a829d9c8') no-repeat;
  background-position: 0 -422px;
  height: 16px;
  width: 16px;
}
.socialmedia-sharing-links ul li a.twitter:hover, .socialmedia-sharing-links ul li a.twitter.share_twitter_hover, .socialmedia-sharing-links ul li a.twitter.share_twitter-hover {
  background-position: 0 -290px;
}
.socialmedia-sharing-links ul li a.foursquare {
  background: url('/web/20190122040214im_/http://www.callofthemall.nl/static/sprites/sprite-s408f68d05e.png?55c5a829d9c8') no-repeat;
  background-position: 0 -620px;
  height: 16px;
  width: 16px;
}
.socialmedia-sharing-links ul li a.foursquare:hover, .socialmedia-sharing-links ul li a.foursquare.share_foursquare_hover, .socialmedia-sharing-links ul li a.foursquare.share_foursquare-hover {
  background-position: 0 -488px;
}
.socialmedia-sharing-links ul li a.youtube {
  background: url('/web/20190122040214im_/http://www.callofthemall.nl/static/sprites/sprite-s408f68d05e.png?55c5a829d9c8') no-repeat;
  background-position: 0 -224px;
  height: 16px;
  width: 40px;
}
.socialmedia-sharing-links ul li a.youtube:hover, .socialmedia-sharing-links ul li a.youtube.share_youtube_hover, .socialmedia-sharing-links ul li a.youtube.share_youtube-hover {
  background-position: 0 -158px;
}
.socialmedia-sharing-links ul li a.email {
  background: url('/web/20190122040214im_/http://www.callofthemall.nl/static/sprites/sprite-s408f68d05e.png?55c5a829d9c8') no-repeat;
  background-position: 0 -752px;
  height: 16px;
  width: 16px;
}
.socialmedia-sharing-links ul li a.email:hover, .socialmedia-sharing-links ul li a.email.share_email_hover, .socialmedia-sharing-links ul li a.email.share_email-hover {
  background-position: 0 -686px;
}

.slideshow {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.slideshow .slideshow-slider {
  position: absolute;
}
.slideshow .slideshow-slider img {
  display: block;
  float: left;
  margin: 0;
  width: 630px;
}
.slideshow .slideshow-nav {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}
.slideshow .slideshow-nav a {
  display: inline-block;
  margin: 0 2px;
  border: none;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 8px;
  height: 8px;
  background-color: #fff;
}
.slideshow .slideshow-nav a.current {
  background-color: #ed1d24;
}

.newsletter-form form label {
  font-weight: bold;
}
.newsletter-form form input[type="text"] {
  margin: 5px 0;
  padding: 5px;
  width: 200px;
}

body.home .disclaimer {
  margin-left: 70px;
}

body {
  font-family: "Helvetica", "Arial";
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.5em 0;
  font-weight: bold;
  line-height: 1;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 20px;
}

h3 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.5;
}

ul,
ol,
p,
table {
  margin: 0 0 1.5em 0;
}

ul,
ol {
  margin-left: 15px;
  padding: 0;
  list-style-position: outside;
}
ul li ul,
ul li ol,
ol li ul,
ol li ol {
  margin-bottom: 0;
  padding-left: 40px;
}

table {
  width: 100%;
}
table tr th,
table tr td {
  border: 1px solid #eee;
  padding: 5px;
  vertical-align: top;
}
table tr th {
  background-color: #eee;
}

a {
  border-bottom: none;
  text-decoration: underline;
  color: #000;
}
a:hover {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

aside ul,
aside ol,
aside p,
aside table {
  font-size: 12px;
}

.content img {
  max-width: 100%;
}

.artists .main .content {
  font-family: "Georgia";
  font-size: 14px;
  line-height: 16px;
}
.artists .main .content h2 {
  font-size: 18px;
  font-family: "Helvetica";
  line-height: 20px;
}

.artist-list {
  font-family: "Helvetica";
  font-size: 12px;
  line-height: 14px;
}
.artist-list .artist .non-collapsible {
  padding-top: 0;
  padding-bottom: 0;
}
.artist-list .artist .non-collapsible h2 {
  margin-left: 90px;
  padding: 4px 0;
}
.artist-list .artist .thumbnail {
  float: left;
  margin-top: 7px;
  width: 90px;
}
.artist-list .artist .thumbnail img {
  display: block;
}
.artist-list .artist .slides,
.artist-list .artist .video {
  margin: 0 0 10px 0;
  padding: 0;
  height: 300px;
}
.artist-list .artist .slides .slide,
.artist-list .artist .video .slide {
  display: block;
}
.artist-list .artist .slides img,
.artist-list .artist .video img {
  width: 580px;
}
.artist-list .artist .content {
  float: left;
  margin: 0 20px 0 0;
  width: 340px;
  font-family: "Georgia";
  font-size: 14px;
  line-height: 16px;
}
.artist-list .artist .slide-descriptions,
.artist-list .artist .biography,
.artist-list .artist .areas,
.artist-list .artist .performance {
  float: right;
  clear: right;
  width: 220px;
  font-family: "Helvetica";
  font-size: 12px;
  line-height: 14px;
}
.artist-list .artist .slide-descriptions {
  margin: 0;
  padding: 0;
}
.artist-list .artist .slide-descriptions li {
  display: block;
}

.areas {
  width: 220px;
  margin-bottom: 10px;
  float: right;
  clear: right;
}
.areas .area-1,
.areas .area-2,
.areas .area-3 {
  display: block;
  float: left;
  width: 35px;
  height: 20px;
}
.areas .area-1 {
  background-color: #fee600;
}
.areas .area-2 {
  background-color: #00adef;
}
.areas .area-3 {
  background-color: #ed1b24;
}

body.events .main .main-inner {
  padding: 0 10px;
}
body.events .main .main-inner h2 {
  margin: 0;
  font-size: 32px;
  line-height: 44px;
  color: #000;
}

body.events.one-col-a2 .main {
  margin-top: 40px;
  margin-left: 400px;
  width: 450px;
}

.event-list {
  background-color: #ed1d24;
}
.event-list .event.open,
.event-list .event .collapsible,
.event-list .event .non-collapsible:hover {
  background-color: #fff;
}
.event-list .event.has-passed .non-collapsible {
  background-color: #fff;
}
.event-list .event.has-passed .non-collapsible h2 {
  color: #ccc;
}
.event-list .event.has-passed .non-collapsible:hover h2 {
  color: #000;
}
.event-list .event.open .non-collapsible:hover {
  background-color: #ed1d24;
}
.event-list .event.open.has-passed .non-collapsible:hover {
  background-color: #ccc;
}
.event-list .event h2 {
  font-size: 32px;
  line-height: 36px;
}
.event-list .event .content,
.event-list .event .image {
  float: left;
}
.event-list .event .content {
  margin-right: 10px;
  width: 210px;
  font-family: "Georgia";
  font-size: 14px;
  line-height: 16px;
}
.event-list .event .image img {
  display: block;
}
.event-list .event .socialmedia-sharing-links {
  padding-top: 10px;
}

.newsitem-list .newsitem:first-child .non-collapsible {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.newsitem-list .newsitem .non-collapsible {
  padding-top: 10px;
  padding-bottom: 0;
}
.newsitem-list .newsitem .title,
.newsitem-list .newsitem .image {
  float: left;
}
.newsitem-list .newsitem .title {
  margin-right: 10px;
  width: 200px;
}
.newsitem-list .newsitem .title h2 {
  margin: 0 0 5px 0;
  font-size: 28px;
  line-height: 1;
}
.newsitem-list .newsitem .title h3 {
  font-size: 20px;
  line-height: 22px;
}
.newsitem-list .newsitem .image img {
  display: block;
}
.newsitem-list .newsitem .content {
  font-family: "Georgia";
  font-size: 14px;
  line-height: 16px;
}

.workshop .main-left,
.workshop .main-right {
  float: left;
  margin: 0 10px;
  width: 380px;
}
.workshop .main-right {
  margin: 0;
}
.workshop .main-left {
  padding-bottom: 35px;
}
.workshop .main-right {
  width: 230px;
}
.workshop .content {
  font-family: "Helvetica";
  font-size: 12px;
  line-height: 14px;
}
.workshop h1.mega {
  font-size: 90px;
  margin-bottom: 12px;
  line-height: 1;
  padding-left: 10px;
}
.workshop .areas {
  margin-left: -10px;
  width: 230px;
}
.workshop .week-list {
  clear: both;
}
.workshop .week img {
  float: left;
  margin-right: 12px;
}
.workshop .week .content {
  font-family: "Helvetica";
  font-size: 12px;
  line-height: 14px;
}

body.map {
  background: transparent none;
  height: 100%;
}
body.map .page {
  height: 100%;
}

.zoom-map {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent url('/web/20190122040214im_/http://www.callofthemall.nl/static/img/map.jpg?29850b3836e0') no-repeat left top;
  -webkit-background-size: 100%, 100%;
  -moz-background-size: 100%, 100%;
  -o-background-size: 100%, 100%;
  background-size: 100%, 100%;
}

.map-legenda {
  margin: 10px 0 0 32px;
  width: 360px;
  height: 467px;
  background: transparent url('/web/20190122040214im_/http://www.callofthemall.nl/static/img/map-legenda.png?29850b3836e0') no-repeat left top;
}
.map-legenda.zoom {
  position: fixed;
  bottom: 20px;
  left: 30px;
  margin: 0;
}

/*
     FILE ARCHIVED ON 04:02:14 Jan 22, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:11:59 Nov 22, 2020.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  exclusion.robots.policy: 0.198
  esindex: 0.017
  LoadShardBlock: 153.481 (3)
  PetaboxLoader3.resolve: 268.219 (2)
  RedisCDXSource: 85.092
  load_resource: 756.094 (2)
  captures_list: 263.986
  CDXLines.iter: 20.409 (3)
  PetaboxLoader3.datanode: 595.079 (5)
  exclusion.robots: 0.213
*/